home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_95 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-01-11  |  129b  |  8 lines

  1. on(release){
  2.    loadMovieNum("loop2.swf",1,"GET");
  3.    tellTarget("/speaker")
  4.    {
  5.       gotoAndStop("speaker_on");
  6.    }
  7. }
  8.